Class::Sniff needed for C#

Ron Savage on 2009-02-26T22:45:25

Hi Folks

I've just started teaching (sic :-) C# and I see methods can have the attribute 'partial', meaning the current file contains a partial implementation of the method, with the rest of the source for the same method in another file or files.

Am I the only one to think this could be a source of confusion for people who've never programmed before?

And as for order of execution of the bits and pieces, the text is so far silent on that matter. Perhaps it doesn't matter!?